home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / misc / gnuplot-3.7src.lha / gnuplot-3.7src / gnuplot-3.7.lha / gnuplot-3.7 / NeXT / GnuView.h < prev    next >
C/C++ Source or Header  |  1998-04-15  |  312b  |  19 lines

  1. #import <appkit/appkit.h>
  2.  
  3.                         /* This is the coordinate system defined in next.trm.                        */
  4. #define NEXT_XMAX 640
  5. #define NEXT_YMAX 480
  6.  
  7. @interface GnuView:View
  8. {
  9.     char *PSstring;
  10. }
  11.  
  12. - drawSelf:(const NXRect *) rects : (int) rectCount;
  13. - initFrame: (NXRect *)rects;
  14. - executePS:(char *)PStext;
  15. - free;
  16.  
  17.  
  18. @end
  19.